home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17354 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  898 b 

  1. Path: grimsel.zurich.ibm.com!usenet
  2. From: Keith Whittingham <wgk@zurich.ibm.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: BC++4.52 Fixup overflow by c0sw.asm startup code.
  5. Date: Mon, 15 Apr 1996 15:54:58 -0700
  6. Organization: IBM Zurich Research Laboratory
  7. Message-ID: <3172D3C2.2FEC@zurich.ibm.com>
  8. References: <3172C442.12EF@ns-nl.att.com>
  9. NNTP-Posting-Host: pine.zurich.ibm.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.01 (Win16; I)
  14.  
  15. R.A. van Kleef wrote:
  16.  
  17. > Fixup overflow at 0x...., target=WINMAIN by module=c0sw.asm.
  18.  
  19. You've got some object files in different models - typically a far
  20. trying to call a near and linker can't 'fixup the references.
  21.  
  22. Check that you've recompiled all of you source files and that you're
  23. using the correct libraries (.libs). One of them is wrong.
  24.  
  25. -- 
  26. Keith Whittingham
  27. wgk@zurich.ibm.com
  28.